| short: TimeAxis |
| de: Widget zur Repräsentation der Zeitachse |
| en: Widget to represent the time axis |
| name | description | category | type | defaultValue | bindable | readOnly | required | localizable | editableBinding | projectable | cssProp (has no setter and getter in JS) | groupRefId | groupOrder | nodeRefId (for linking node and value) | deprecated | typeRefId (for StyleReference) | subtype (for MpComIdentReference) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| axisLabel | Axis label | Appearance | String | false | false | false | true | false | true | ||||||||
| axisLabelDistance | Distance between the label and the axis | Appearance | PixelVal | 30px | false | false | false | false | false | true | |||||||
| axisPosition | Position of the x-Axis with respect to the graph area. | Appearance | brease.enum.VerticalAlign | bottom | false | false | false | false | false | true | |||||||
| enable | Initial option to enable widget. | Behavior | Boolean | true | true | false | false | false | false | true | |||||||
| format | Specifies the format of the time shown on the axis ticks | Appearance | String | mm:ss | true | false | false | false | false | true | |||||||
| style | reference to a style for this widget type | Appearance | StyleReference | default | true | false | false | false | false | true | |||||||
| tickLabelDistance | Move the tick labels of the axis to the preferred distance to the axis | Appearance | PixelVal | 9px | false | false | false | false | false | true | |||||||
| tickLabelRotation | Rotate the tick labels of the axis to the preferred angle | Appearance | Rotation | 0deg | false | false | false | false | false | true | |||||||
| timeSpan | Period of time in seconds shown in the graph | Behavior | UInteger | 60 | false | false | false | false | false | true | |||||||
| visible | change visibility | Behavior | Boolean | true | true | false | false | false | false | true | |||||||
| zIndex | The zIndex property specifies the z-order of a widget and its childs. When widgets overlap, z-order determines which one covers the other. A widget with a larger zIndex generally covers a widget with a lower one. The zIndex must be unique within a content. |
UInteger | no defaultValue defined |
false | false | true | true | true | |||||||||
| height | Outer height of widget | Size | 50 | false | false | false | true | true |
| name | type | description | defaultValue |
|---|---|---|---|
| axisColor | Color | Color of the axis and its labels |
#000000 |
| disabledAxisColor | Color | Color of the axis and its labels when it is disabled |
#EEEEEE |
| name | description | arguments |
|---|---|---|
| Click | Fired when widget is clicked |
|
| DisabledClick | Fired when disabled element is clicked on. |
|
| EnableChanged | Fired when operability of the widget changes. |
|
| VisibleChanged | Fired when the visibility of the widget changes. |
|
| name | description | arguments | result |
|---|---|---|---|
| SetEnable | Sets the state of property «enable» |
|
|
| SetStyle |
|
||
| SetVisible | Sets the state of property «visible» |
|